home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SGI Freeware 2002 November
/
SGI Freeware 2002 November - Disc 3.iso
/
dist
/
fw_qt3.idb
/
usr
/
freeware
/
Qt
/
extensions
/
Makefile.z
/
Makefile
Wrap
Makefile
|
2002-04-08
|
459b
|
30 lines
EXTENSIONS=xt nsplugin
EXAMPLES=\
nsplugin/examples/grapher \
nsplugin/examples/qtimage \
nsplugin/examples/trivial \
\
xt/examples/mainlyMotif \
xt/examples/mainlyQt \
xt/examples/mainlyXt \
extensions:
for i in $(EXTENSIONS); do \
if ( cd $$i/src; $(MAKE) ); then \
true; \
else \
break; \
fi; \
done
examples:
for i in $(EXAMPLES); do \
if ( cd $$i; $(MAKE) ); then \
true; \
else \
break; \
fi; \
done